home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
m2
/
m2_part1.lha
/
modula
/
dice
/
dice.LHA
/
dynamic
/
dynamic.lha
/
diceinstall
next >
Wrap
Text File
|
1991-04-29
|
654b
|
24 lines
; DICEINSTALL
;
; install DICE (relative to this directory) to be able to compile the
; objs and test code. Note that you need the 2.0 amiga includes to be
; able to compile source in objsrc/libs
assign DTMP: ram:
makedir DTMP:Dynalib
makedir DTMP:Dynalib/obj
; -1.3 to have DICE use DLIB:AMIGAS13.lib and DINCLUDE:AMIGA13/
; -2.0 to have DICE use DLIB:AMIGAS20.lib and DINCLUDE:AMIGA20/
;
; note: I cannot distribute the amiga includes which normally reside
; in DINCLUDE:AMIGA13 for the 1.3 includes and DINCLUDE:AMIGA20 for
; the 2.0 includes)
setenv DCCOPTS "-1.3"
assign DLIB: /dlib
assign DINCLUDE: /include
path add /bin